Learn how to use Social Sign In and get an Id Token using the Browser Plugin and Sequence’s Unreal SDK.
Get a Google or Apple Id Token
Get Google Token Id
function. When you make iOS & Android, it will leverage native plugins
to manage the id token and calls the IdTokenReceived
event once the process is finished. When you develop and build
for Mac & Windows, you are required to handle the Sign In Url with the Browser Plugin.Load the URL using the Browser plugin
Sign In Url
.Listen to URL changes
Parse the id token from the URL
id_token
value exists and return it.Create the session
Start Oidc Session
.